home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 257
- Top = 279
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 164
- ClientWidth = 237
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 136
- Width = 74
- Height = 13
- Caption = 'Control Version:'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblVersion: TLabel
- Left = 88
- Top = 136
- Width = 29
- Height = 13
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 221
- Height = 117
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 20
- Top = 20
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 72
- Top = 16
- Width = 76
- Height = 13
- Caption = 'TComm demo'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 72
- Top = 36
- Width = 107
- Height = 13
- Caption = 'Written by Jeff Atwood'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 64
- Width = 205
- Height = 45
- AutoSize = False
- Caption =
- 'All this stuff is freeware! See MSCOMM unit for in-depth comment' +
- 's and documentation.'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- end
- object btnOK: TButton
- Left = 140
- Top = 132
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = btnOKClick
- end
- end
-